home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 September 1 / CD [VMAG950901].bin / theway / contentp.dir / 00043.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  257 b   |  12 lines

  1. on enterFrame
  2.   set the movieTime of sprite 12 to 0
  3.   set the movieRate of sprite 12 to 1
  4. end
  5.  
  6. on exitFrame
  7.   repeat while (the movieTime of sprite 12 < 9660) and (the mouseDown <> 1)
  8.     updateStage()
  9.   end repeat
  10.   set the movieTime of sprite 12 to 0
  11. end
  12.